home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
11
/
0
/
DISK1105.ZIP
/
HELP
/
#MENU7.3
< prev
next >
Wrap
Text File
|
1988-06-01
|
6KB
|
136 lines
╔══════════════════════════════════════════════════════════════╗
║ ║
║ RULES FOR CREATING A REPORT TEMPLATE ║
║ ║
╚══════════════════════════════════════════════════════════════╝
- Incorporate all report titles, narratives, column
and row headings, and other cosmetic elements for the
report.
- Identify the field size of a specific data element using
two (|) -characters. There must be at least one space
at the beginning of a line prior to the identifier's (|)
character.
RESOURCES VOLUME PRICE
|...data field...| |..data field..| |.data field.|
where:
══════════════════════════════════════════════════════════════
|...data field...| = |dataname=datatype.modifiers|
══════════════════════════════════════════════════════════════
...more information on next view
- Identify the dataname. There are eleven (11) possible
datanames. The following are supported.
(Both upper and lower case characters are supported but
not combinations.)
PLAN = plan number (4-digits)
SN = scenario number (2-digits)
TITLE = the (60) chr. summary or title
OPTIMAL = the objective function value or name
INFEAS = the infeasibility value or total count
SNDATE = scenario optimization date
SNTIME = scenario optimization time
TODAY = today's date
FN = arithmetic function
(computational expression)
Tnn = totalling register, nn=register no.
(up to 50 registers)
#nnnn = resources or activities
or @ppp#nnnn #nnnn -resource no.,@ppp-process no.
or #nnnn@ppp
...more information on next view
══════════════════════════════════════════════════════════════
|...data field...| = |dataname=datatype.modifiers|
══════════════════════════════════════════════════════════════
- Identify the datatype information needed for the field.
Depending on the dataname the following shows the
possible datatype information available:
(Both upper and lower case characters are supported but
not combinations.) The default is =VL(volume).
for dataname = #nnnn or @ppp #nnnn or #nnnn @ppp
valid datatypes are:
=VL volume or total count
=T$ total value (volume*price)
=LL,=UL lower and upper limits,respectively
=P$ unit price or cost
=R$ reduced cost or shadow price
=I$ internal cost (cost propagation)
=NM name identification
...more information on next view
for dataname = OPTIMAL
valid datatypes are:
=VL,=T$ value of the OBJECTIVE FUNCTION
=NM OBJ. FN.'s name (6-characters)
for dataname = INFEAS
valid datatypes are:
=VL number of INFEASIBILITIES
=T$ value of total INFEASIBILITIES
for special definition
valid datatypes are:
=Dnn nn=definition number.
(up to 50 definitions)
...more information on next view
══════════════════════════════════════════════════════════════
|...data field...| = |dataname=datatype.modifiers|
══════════════════════════════════════════════════════════════
- The data field may be further qualified using a field
modifier. There are four (4) general types of field
modifiers available:
(Both upper and lower case characters are supported but
not combinations.)
.Snn scenario's solution nn=scenario no.
.Tnn add-to-register nn=register no.
(up to 50 registers)
.Dnn definition(additional) nn=definition no.
(up to 50 definitions)
.Enn editing instruction nn=editing code
...more information on next view
The defaults are as follows:
the scenario is always the current scenario.
add-to-register is always OFF.
---------------------------------------------------------
- By default, if the data value does not exist in the
database the field is blanked out. If the data exist,
the default editing formats are as follows:
for volumes two (2) decimal positions, commas
every thousands
for prices two (2) decimal positions, commas and
dollar sign
for OPTIMAL no decimal position, commas and
(& INFEAS) dollar sign.
...try other screens